From 3255c88e0a29695b2b56adf9a9c41f3627133e39 Mon Sep 17 00:00:00 2001 From: Alan Mackenzie Date: Sat, 9 Dec 2006 23:30:12 +0000 Subject: [PATCH] * syntax.c (Fpartial_parse_sexp): Correct Docco: Elt 8 of the result is now neither the last elt nor optional for OLDSTATE. --- src/syntax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/syntax.c b/src/syntax.c index 55f73d6d106..5fec9e7d772 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -3046,7 +3046,7 @@ Fourth arg STOPBEFORE non-nil means stop when come to any character that starts a sexp. Fifth arg OLDSTATE is a list like what this function returns. It is used to initialize the state of the parse. Elements number 1, 2, 6 - and 8 are ignored; you can leave off element 8 (the last) entirely. + and 8 are ignored. Sixth arg COMMENTSTOP non-nil means stop at the start of a comment. If it is symbol `syntax-table', stop after the start of a comment or a string, or after end of a comment or a string. */) -- 2.30.2